@extends('admin.layout.app') @section('content') Footer Footer @include('admin.layout.session') Footer Back @if(empty($footer)) @csrf @else @csrf @method('PUT') @endif Copyright @if ($errors->has('copyright')) {{ $errors->first('copyright') }} @endif Phone @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Email @if ($errors->has('email')) {{ $errors->first('email') }} @endif Address @if ($errors->has('address')) {{ $errors->first('address') }} @endif status == '1' ? 'checked' : '' : 'checked' }}> Active status == '0' ? 'checked' : '' : '' }}> Deactive @if ($errors->has('status')) {{ $errors->first('status') }} @endif Submit Back @endsection @push('js') @endpush