@extends('layouts.master') @section('title') add geo @endsection @section('css') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') geo @endslot @slot('title') Add geo @endslot @endcomponent
01
Add geo
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
{{-- Cancel --}}
@endsection @section('script') @endsection