@extends('Admin.layouts.app') @section('title', 'CMS') @section('content')

Add CMS

@if(Session::has('success'))
{{Session::get('success')}}
@endif
@csrf
@endsection @push('body-scripts') @endpush