@extends('admin.layout.app') @section('content')
@include('admin.layout.session')
Landing Page
@if(empty($landing_page))
@csrf @else @csrf @method('PUT') @endif
@if ($errors->has('page1_title'))
{{ $errors->first('page1_title') }}
@endif
@if ($errors->has('page1_content'))
{{ $errors->first('page1_content') }}
@endif



@if ($errors->has('page2_title'))
{{ $errors->first('page2_title') }}
@endif
@if ($errors->has('page2_content'))
{{ $errors->first('page2_content') }}
@endif



@if ($errors->has('page3_title'))
{{ $errors->first('page3_title') }}
@endif
@if ($errors->has('page3_content'))
{{ $errors->first('page3_content') }}
@endif
@if ($errors->has('status')) @endif
Back
@endsection @push('js') @endpush