@extends('layouts.main') @section('title') {{ __('Advertisement') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@if (has_permissions('update', 'advertisement')) @endif
{{ __('ID') }} {{ __('Type') }} {{ __('Image') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Customer Name') }} {{ __('Customer Contact') }} {{ __('Customer Email') }} {{ __('Status') }} {{ __('Enable/Disable') }} {{ __('Action') }}
@endsection @section('script') @endsection