@extends('adminlte::page') @section('title', 'Global') @section('content_header')

Global

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
@csrf @method('POST')
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop