@extends('layouts.adminlayouts.app') @section('title') Page | Company Name @endsection @push('css') @endpush @section('contents')
Page Create
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
@if ($errors->has('seo_title'))

{{ $errors->first('seo_title') }}

@endif
@if ($errors->has('seo_desc'))

{{ $errors->first('seo_desc') }}

@endif
@if ($errors->has('seo_keyword'))

{{ $errors->first('seo_keyword') }}

@endif
@if ($errors->has('fetured_image'))

{{ $errors->first('fetured_image') }}

@endif
@if ($errors->has('gallery_image'))

{{ $errors->first('gallery_image') }}

@endif

@endsection @push('js') @endpush