@extends('admin.layout.main') @section('content')

@if(isset($data)) Edit @else Add @endif Content Management

@csrf @if(isset($data)) @endif
page_name)) readonly @endif value="{{{ old('page_name', isset($data) ? $data->page_name : null) }}}"> @if ($errors->has('page_name'))
{{ $errors->first('page_name') }}
@endif
@if ($errors->has('page_title'))
{{ $errors->first('page_title') }}
@endif
@if ($errors->has('content'))
{{ $errors->first('content') }}
@endif
@endsection @section('js') @endsection