@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
{{ __('Footer Content') }}
{{ __('Pages') }}
{{ __('Footer') }}
{{ __('Content') }}
{{ __('Update Footer Content') }}
@includeIf('admin.partials.languages')
@csrf
{{ __('Copyright Text') . '*' }}
{{ !is_null($data) ? $data->copyright_text : '' }}
@endsection