@extends('dashboard.layouts.master') @section('title') @endsection @section('css') @include('dashboard.layouts.css') @endsection @section('body')
@csrf @method('PUT')



@if($aboutUs->image_url) Current Image @endif
@endsection @section('js') @include('dashboard.layouts.js') @endsection