@extends('backend.layout.master') @section('content') Edit Page Dashboard Edit Page @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Edit Page: {{$page->name}} @csrf @method('PUT') Page Title Page Title Arabic Banner Banner Arabic Background Image Content {!! $page->content !!} Content Arabic {!! $page->contentar !!} Custom CSS {!! $page->custom_css !!} Custom CSS Arabic {!! $page->custom_cssar !!} Custom JS {!! $page->custom_js !!} Status Select Status status == '1' ? 'selected' : '' }}>Active status == '0' ? 'selected' : '' }}>Non-Active @endsection @push('specific_css') @endpush @push('specific_js') @endpush
{{$page->name}}