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

Add Advertisement

Advertisement Management / Add Advertisement

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

Advertisement Image

Upload Photo

Advertisement Details

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