@extends('layouts.app') @php $title = isset($color)?'Edit Color':'Create Color'; @endphp @section('title', $title) @section('css') @endsection @section('content')

Color

{{$title}}

@csrf @if(isset($color)) @method('PUT') @endif
@endsection @section('scripts') @endsection