@extends('layouts.app') @section('stitle', 'promotions') @section('title', 'promotions') @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif

Create @yield('stitle')

@csrf

@yield('stitle') Details

Applies On Branches

@endsection