@extends('admin.layouts.masterlayout') @section('title', 'Edit Advertisement') @section('head_title', 'Advertisement Management') @section('Css') @endsection @section('content')

Edit Advertisement

Advertisement Management / Edit Advertisement

@if ($errors->any())
@endif
@csrf

Advertisement Image

Upload Photo

@if ($advertisement->media_type === 'image') Ad Media @elseif ($advertisement->media_type === 'video') @endif

Advertisement Details

Cancel
@endsection @section('script') @endsection