@extends('layouts.master') @section('title') @lang('translation.Announcement') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Announcement @endslot @slot('title') Edit Announcement @endslot @endcomponent
@method('put') @csrf
Announcement Details

Required
Required
Announcement Program Details

@if($announcement->image)
@endif Choose an image from the computer
Add/Type the URL which will open when the image is clicked on mobile APP
Applicable Location

location == 'All Locations' ? 'checked' : '' }}/>
location == 'Selected Location' ? 'checked' : '' }} />
Required
Required
Required
Required
@endsection @section('script') @endsection