@extends('dashboard.layouts.master') @section('title', __('backend.cms')) @push("after-styles") @endpush @section('content')

{{ __('backend.topicNew') }} {{ __('backend.cms') }}

{{ __('backend.dashboard') }} / {{ __('backend.cms') }} / New CMS
{{Form::open(['route'=>['cms.store'],'method'=>'POST', 'files' => true,'enctype' => 'multipart/form-data', 'id' => 'cmsForm' ])}}
Page Name [EN]
@if ($errors->has('page_name')) {{ $errors->first('page_name') }} @endif
Page Name [FR]
@if ($errors->has('page_name_fr')) {{ $errors->first('page_name_fr') }} @endif
Page Content [EN]
@if ($errors->has('page_content')) {{ $errors->first('page_content') }} @endif
Page Content [FR]
@if ($errors->has('page_content_fr')) {{ $errors->first('page_content_fr') }} @endif
{!! __('backend.cancel') !!}
{{Form::close()}}
@endsection @push("after-scripts") @endpush