@extends('layouts.app') @section('title', 'Add Programme') @section('page-title', 'Add Programme') @section('content')
@csrf
@error('name')

{{ $message }}

@enderror
@error('station_id')

{{ $message }}

@enderror
@foreach(['Mon','Tue','Wed','Thu','Fri','Sat','Sun'] as $day) @endforeach
Cancel
@endsection